home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 412
- Height = 94
- Caption = 'Internet Explorer Automation Via Variants'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 25
- Height = 13
- Caption = '&URL:'
- FocusControl = btnBrowse
- end
- object btnEasterEgg: TButton
- Left = 192
- Top = 40
- Width = 97
- Height = 25
- Caption = '&IE4 Easter Egg'
- TabOrder = 3
- OnClick = btnEasterEggClick
- end
- object btnAbout: TButton
- Left = 88
- Top = 40
- Width = 97
- Height = 25
- Caption = 'IE4 &About'
- TabOrder = 2
- OnClick = btnAboutClick
- end
- object btnWin98: TButton
- Left = 296
- Top = 40
- Width = 97
- Height = 25
- Caption = '&Win98 Easter Egg'
- TabOrder = 4
- OnClick = btnWin98Click
- end
- object btnBrowse: TButton
- Left = 8
- Top = 40
- Width = 75
- Height = 25
- Caption = '&Go to URL'
- Default = True
- TabOrder = 1
- OnClick = btnBrowseClick
- end
- object edtURL: TEdit
- Left = 38
- Top = 4
- Width = 355
- Height = 21
- TabOrder = 0
- Text = 'http://www.itecuk.com/delmag'
- end
- end
-